Transmit Skip Registry entry

Specifies a list of fields to skip when copying data from one record to another using the Transmit menu option.

Usage

This Registry entry can be assigned to users and groups:

KeyUserGroupGroup
Key 1UserGroupGroup
Key 2usergroupDefault
Key 3Table
Key 4From table
Key 5To table
Key 6Transmit Skip
Valuecolumn;column;...

where:

From table

is the source table: data is copied from this table.

To table

is the destination table: data is copied to this table.

column;column;...

is a semicolon separated list of fields to be skipped when copying data from a record in From table to a record in To table.

Example

This entry ensures that the Inserted Date (AdmDateInserted) and Time (AdmTimeInserted) in a source record in the Marriage Notices module are not copied over to the destination record in the Marriages module when the Transmit menu option is selected in the Marriage Notices module:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 emarriagenotices
Key 5 emarriages
Key 6 Transmit Skip
Value AdmDateInserted;AdmTimeInserted